ostree: 2025.7 -> 2026.1 (#426555)

This commit is contained in:
Masum Reza
2026-04-19 07:44:44 +00:00
committed by GitHub
+2 -2
View File
@@ -55,7 +55,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ostree";
version = "2025.7";
version = "2026.1";
outputs = [
"out"
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://github.com/ostreedev/ostree/releases/download/v${finalAttrs.version}/libostree-${finalAttrs.version}.tar.xz";
hash = "sha256-r40IC5WF5/0fq6jwIpZ+HCaK5i4g7PMu57NkweMHVws=";
hash = "sha256-jnfChd1vpexfsGMTA5CXe+cn/hEQczXth3ikA4UGnpU=";
};
patches = [