Skip to content

Commit

Permalink
qdng: 20211209 -> 20220208
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Feb 7, 2022
1 parent 2dbef0c commit 0510bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/apps/qdng/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
assert (!blas.isILP64 && !lapack.isILP64);

let
version = "20211209";
version = "20220208";

in stdenv.mkDerivation {
pname = "qdng";
inherit version;

src = requireFile {
name = "qdng-${version}.tar.xz";
sha256 = "0y3kl5qkzzh0nkjz4ljm0iinhxdw04d6bs7i623bah2g93b9fy5y";
sha256 = "10ibwvj4lc6pagps286z9y03m2ddmib926bwb6pi0x2zq8rzk5vw";
message = "Get a copy of the QDng tarball from Markus...";
};

Expand Down

0 comments on commit 0510bc8

Please sign in to comment.