rsop: 0.7.1 -> 0.7.2 (#426202)

Co-authored-by: nikstur <nikstur@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-17 20:46:43 +00:00
committed by GitHub
co-authored by nikstur
+3 -3
View File
@@ -11,18 +11,18 @@
rustPlatform.buildRustPackage rec {
pname = "rsop";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "heiko";
repo = "rsop";
rev = "rsop/v${version}";
hash = "sha256-8Zp+sdEV+HJfreBuIaB952Go0LBxMzYFl557TWSxxMk=";
hash = "sha256-6vP+epxsDid3M7cpfpOY29VWeIbuCB30qtmotPhzShc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-3/pdOkgd4X9HpJN3LHMCmWchb/qwaNM7pE/dKHxSi5U=";
cargoHash = "sha256-BSsqI3zo7eC4zGIsU1xScnjWNwt4iTqs4SWzbOUt7Iw=";
nativeBuildInputs = [ pkg-config ];