Unverified Commit 0b67bda0 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

ostree: 2025.7 -> 2026.1 (#426555)

parents 8a6e5747 370452b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [