Loading pkgs/tools/misc/ostree/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -43,13 +43,13 @@ let ])); in stdenv.mkDerivation rec { pname = "ostree"; version = "2023.1"; version = "2023.2"; outputs = [ "out" "dev" "man" "installedTests" ]; src = fetchurl { url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz"; sha256 = "sha256-3XkrFnaToZccn24xaAE9kGrANRAP9scZo7Mi60S5b1U="; sha256 = "sha256-zrB4h1Wgv/VzjURUNVL7+IPPcd9IG6o8pyiNp6QCu4U="; }; patches = [ Loading Loading
pkgs/tools/misc/ostree/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -43,13 +43,13 @@ let ])); in stdenv.mkDerivation rec { pname = "ostree"; version = "2023.1"; version = "2023.2"; outputs = [ "out" "dev" "man" "installedTests" ]; src = fetchurl { url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz"; sha256 = "sha256-3XkrFnaToZccn24xaAE9kGrANRAP9scZo7Mi60S5b1U="; sha256 = "sha256-zrB4h1Wgv/VzjURUNVL7+IPPcd9IG6o8pyiNp6QCu4U="; }; patches = [ Loading