projects
/
nix-currently-building
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
24d5e0c
)
Release 1.0.1
master
1.0.1
v1.0.1
author
Scott Worley
<scottworley@scottworley.com>
Fri, 10 Jul 2020 07:39:10 +0000
(
00:39
-0700)
committer
Scott Worley
<scottworley@scottworley.com>
Fri, 10 Jul 2020 07:39:10 +0000
(
00:39
-0700)
default.nix
patch
|
blob
|
blame
|
history
diff --git
a/default.nix
b/default.nix
index 4972f1e4d1576103014956b799924a0d2966db03..5503f303e56b1598ef57c9b19ebf456e41289dae 100644
(file)
--- a/
default.nix
+++ b/
default.nix
@@
-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 ./.;
}) { }