Skip to content

Commit

Permalink
rsop: 0.3.9 -> 0.5.0 (#368871)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 5, 2025
2 parents 707f0cf + bc5d613 commit 77aa69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/rs/rsop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
pname = "rsop";
version = "0.3.9";
version = "0.5.0";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "heiko";
repo = "rsop";
rev = "rsop/v${version}";
hash = "sha256-K69vyZFaVvZj4yLaV/zQYoItvcTDuFR4mdmMcfl1UDA=";
hash = "sha256-Jh2SrIyMduODr3e3War0jCwHH6UwfU8764txzrImCaA=";
};

cargoHash = "sha256-DJVgnfPpXf8hGX6Dv6W8GzqspMEFZHc2/Fkn1MZRXd0=";
cargoHash = "sha256-OUJXQr3pQGCao0Ra5o9eZF0Jhp818/u5Pm1KJIoJV5w=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 77aa69a

Please sign in to comment.