decker: 1.50 -> 1.52 (#362206)

This commit is contained in:
Weijia Wang
2024-12-18 17:48:35 +01:00
committed by GitHub
+6 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "decker";
version = "1.50";
version = "1.52";
src = fetchFromGitHub {
owner = "JohnEarnest";
repo = "Decker";
rev = "v${version}";
hash = "sha256-2va11qci/BEN6clw3aDjZA2EVaW1WF93bU44wPYyKrA=";
hash = "sha256-D9GaOi6jqTJ0c/hn4Qfdx96vf1RqCIzzKJ/MfhgYVE4=";
};
buildInputs = [
@@ -39,6 +39,10 @@ stdenv.mkDerivation rec {
runHook postBuild
'';
env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isClang [
"-Wno-error=implicit-const-int-float-conversion"
]);
installPhase = ''
runHook preInstall