Unverified Commit 8205d527 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

ostree: 2025.2 -> 2025.7 (#483410)

parents 0091658d 8c892bf8
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.2";
  version = "2025.7";

  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-8kSkCMkJmYp3jhJ/zCLBtQK00BPxXyaUj0fMcv/i7vQ=";
    hash = "sha256-r40IC5WF5/0fq6jwIpZ+HCaK5i4g7PMu57NkweMHVws=";
  };

  patches = [