about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-23 06:58:43 +0200
committerGitHub <noreply@github.com>2023-02-23 06:58:43 +0200
commitbedf8d81fcc6bc9998e7634a914e84133b2847da (patch)
treefe86738f2505a2855647f685ea23fe7ebc7fbec8 /pkgs/tools/misc
parent4194c97a1099db860c72d5b443e171e961570490 (diff)
parentae585bbb543c227cd1c9d828b928cce4dc6fd361 (diff)
Merge pull request #217629 from r-ryantm/auto-update/ostree
ostree: 2022.7 -> 2023.1
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/ostree/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ostree/default.nix b/pkgs/tools/misc/ostree/default.nix
index c0ef2a037db6c..0a41ef0f8bec5 100644
--- a/pkgs/tools/misc/ostree/default.nix
+++ b/pkgs/tools/misc/ostree/default.nix
@@ -43,13 +43,13 @@ let
   ]));
 in stdenv.mkDerivation rec {
   pname = "ostree";
-  version = "2022.7";
+  version = "2023.1";
 
   outputs = [ "out" "dev" "man" "installedTests" ];
 
   src = fetchurl {
     url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz";
-    sha256 = "sha256-i+KpJhyU6LnsQRM4D/xID4WYJF+zIaAJutT65LgiQR8=";
+    sha256 = "sha256-3XkrFnaToZccn24xaAE9kGrANRAP9scZo7Mi60S5b1U=";
   };
 
   patches = [