Skip to content

Commit

Permalink
srgn: 0.13.3 -> 0.13.4 (#360560)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 9, 2024
2 parents 9db79a5 + 9a035ad commit dbad61f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sr/srgn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "srgn";
version = "0.13.3";
version = "0.13.4";

src = fetchFromGitHub {
owner = "alexpovel";
repo = "srgn";
rev = "srgn-v${version}";
hash = "sha256-JjO4ZH4CYu2qwYfUrwTASYuxyBjObLb9ydPPbObew0g=";
hash = "sha256-KshZ7QnY4TXng9KCcIzdt0E4R83cTEr6fGo9p/riCPU=";
};

cargoHash = "sha256-/Y85FbmHfape2K8tdu/amjW8Q5Eg19HOPCE/x8qZ8uY=";
cargoHash = "sha256-nWBDVrRzjJY3wzzGdnrcRD7Sj+dmCYprpX5p4PP/Yrw=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit dbad61f

Please sign in to comment.