Skip to content

Commit

Permalink
novops: 0.18.0 -> 0.19.0 (NixOS#364805)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 13, 2024
2 parents a1bd5b7 + 3428e4d commit 75fc428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/no/novops/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "novops";
version = "0.18.0";
version = "0.19.0";

src = fetchFromGitHub {
owner = "PierreBeucher";
repo = pname;
rev = "v${version}";
hash = "sha256-ToIIBLLwf9GLg+/2VF3DQTT1RokI6XHwdPmr+BtNFeU=";
hash = "sha256-bpv8Ybrsb2CAV8Qxj69F2E/mekYsOuAiZWuDNHDtxw0=";
};

cargoHash = "sha256-3QB7iuzWlWDgFRrKiwq7Yh9PIW88m1N+nPQ8fdEQ7Ps=";
cargoHash = "sha256-5NKgGX4j2hQuP9/9OnABLXcWuTPMAfvX0oquoSXeEIE=";

buildInputs =
[
Expand Down

0 comments on commit 75fc428

Please sign in to comment.