nocturne: 1.3.2 -> 1.4.0
Diff: https://github.com/Jeffser/Nocturne/compare/1.3.2...1.4.0 Changelog: https://github.com/Jeffser/Nocturne/releases
This commit is contained in:
@@ -29,13 +29,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "nocturne";
|
||||
version = "1.3.2";
|
||||
version = "1.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Jeffser";
|
||||
repo = "Nocturne";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-uXsl438K0Ew0fdrKtGf28VkHQ76loDWKLJkounzqhEQ=";
|
||||
hash = "sha256-M6lhnfCbMShbw+ABUAp4uFC6uZdL1MxB0HgWcIEmTL0=";
|
||||
};
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
Reference in New Issue
Block a user