Skip to content

Commit 72dc285

Browse files
authored
rogcat: 0.4.7 -> 0.5.0 (#359627)
2 parents 54a93b6 + 7a71540 commit 72dc285

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ro/rogcat/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "rogcat";
13-
version = "0.4.7";
13+
version = "0.5.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "flxo";
1717
repo = "rogcat";
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-l2zfVt2vm5GTrYs6/0D3EesxxPWSmjf2tGS545766iA=";
19+
hash = "sha256-nXKvepuiBDIGo8Gga5tbbT/mnC6z+HipV5XYtlrURRU=";
2020
};
2121

22-
cargoHash = "sha256-cDAS8mengFgBsq9nTiVAjt7pJhKjj7/F9x8IS6vP2ck=";
22+
cargoHash = "sha256-a+B9bMuKhmt3ka9p7a/O6JggiAxMzm9C5PdbFZD1KP0=";
2323

2424
nativeBuildInputs = [
2525
pkg-config

0 commit comments

Comments
 (0)