mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
decker: 1.3 -> 1.4
This commit is contained in:
parent
794a7a65ac
commit
071645a48d
@ -9,13 +9,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "decker";
|
||||
version = "1.3";
|
||||
version = "1.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "JohnEarnest";
|
||||
repo = "Decker";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-uo8jDqv7Qj0CqMO26RLXxmFjtCisBGVazCahh+HNyRE=";
|
||||
sha256 = "sha256-4QChiQcETofVoe/oPR5Xh9h99SHETUTQvdCHkEpDAZs=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user