mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
srm-cuarzo: 0.6.0-1 -> 0.6.1-1
This commit is contained in:
parent
8f3b38daf2
commit
6df787c0f1
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (self: {
|
stdenv.mkDerivation (self: {
|
||||||
pname = "srm-cuarzo";
|
pname = "srm-cuarzo";
|
||||||
version = "0.6.0-1";
|
version = "0.6.1-1";
|
||||||
rev = "v${self.version}";
|
rev = "v${self.version}";
|
||||||
hash = "sha256-guC2NLIg0NGyflgtrl5X2FiDKCwKd/7mglMEn56uF3Q=";
|
hash = "sha256-jc5JnVNaVw3nBlBUss4IjBnPGVSkImKPfLb/XMsKOg8=";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit (self) rev hash;
|
inherit (self) rev hash;
|
||||||
|
|
Loading…
Reference in a new issue