ocis-bin: 5.0.1 -> 5.0.5

This commit is contained in:
Daniel Thwaites 2024-06-11 12:25:26 +01:00
parent f53d6a0d9e
commit 0fe724dc08
No known key found for this signature in database
GPG Key ID: D8AFC4BF05670F9D

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ocis-bin";
version = "5.0.1";
version = "5.0.5";
system =
if stdenv.isLinux && stdenv.isx86_64 then
"linux-amd64"
@ -21,9 +21,9 @@ stdenv.mkDerivation (finalAttrs: {
hash =
if stdenv.isLinux && stdenv.isAarch64 then
"sha256-8AEXuwTodhqF0LF1duYItntgp9mxoIdHChbtAnnnaQg="
"sha256-OdtT9NOhh0Fkk+8CDic0NWWbGflk3FcuKB60OycJU5E="
else if stdenv.isLinux && stdenv.isx86_64 then
"sha256-Fz0ee0Lu0CL3xJbsp1CCl0rsN/p48BdOj8oVOf0QSh4="
"sha256-YAIhtHv/cO4yFpkWoRNMf6t4+ifMtGPTcYu84ZMvfD4="
else
builtins.throw "Unsupported platform, please contact Nixpkgs maintainers for ocis package";
};