]> git.scottworley.com Git - nix-currently-building/commitdiff
Release 1.0.1 master 1.0.1 v1.0.1
authorScott Worley <scottworley@scottworley.com>
Fri, 10 Jul 2020 07:39:10 +0000 (00:39 -0700)
committerScott Worley <scottworley@scottworley.com>
Fri, 10 Jul 2020 07:39:10 +0000 (00:39 -0700)
default.nix

index 4972f1e4d1576103014956b799924a0d2966db03..5503f303e56b1598ef57c9b19ebf456e41289dae 100644 (file)
@@ -2,6 +2,6 @@
 pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, }:
   buildPythonPackage rec {
     pname = "nix-currently-building";
-    version = "1.0.0";
+    version = "1.0.1";
     src = lib.cleanSource ./.;
   }) { }