{libqalculate, qalculate-gtk}: change sha256 attribute to hash

This commit is contained in:
alyaeanyx 2023-11-30 09:48:44 +01:00
parent 016d7891e9
commit 90a5c36a85
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "qalculate";
repo = "qalculate-gtk";
rev = "v${finalAttrs.version}";
sha256 = "sha256-rQxOOxM4TazkDs/H3KEPbdo6WBl0ptyAlZwv8nnGMss=";
hash = "sha256-rQxOOxM4TazkDs/H3KEPbdo6WBl0ptyAlZwv8nnGMss=";
};
hardeningDisable = [ "format" ];

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "qalculate";
repo = "libqalculate";
rev = "v${finalAttrs.version}";
sha256 = "sha256-6W65dg2pZeio3ZVgVLQZrz/eReYcPiYf52zjcaRfE8E=";
hash = "sha256-6W65dg2pZeio3ZVgVLQZrz/eReYcPiYf52zjcaRfE8E=";
};
outputs = [ "out" "dev" "doc" ];