ostree: 2025.7 -> 2026.1

This commit is contained in:
R. Ryantm
2026-04-18 22:12:18 +00:00
parent eb059e762d
commit 370452b08b
+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 = [