Skip to content

Commit bdd6d89

Browse files
authored
virter: 0.27.0 -> 0.28.0 (#354291)
2 parents 4483ca5 + a963e63 commit bdd6d89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/virtualization/virter/default.nix

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

66
buildGoModule rec {
77
pname = "virter";
8-
version = "0.27.0";
8+
version = "0.28.0";
99

1010
src = fetchFromGitHub {
1111
owner = "LINBIT";
1212
repo = "virter";
1313
rev = "v${version}";
14-
hash = "sha256-sfO704nZnsSpSokJUwc3ucPBlKIi3cbZUG1dwbKDnFw=";
14+
hash = "sha256-/AhC7eQE9ITvXcK228ZgcIOaSs0osjdFZI/0jHL7mqc=";
1515
};
1616

17-
vendorHash = "sha256-NmA1rLWSX03zurGZWvXv61TSB9hecEfi7Hx9yi7QL/c=";
17+
vendorHash = "sha256-v3rM45hijJKNxW43VhwcL3R2heZLA70RzqBXYeOYgRY=";
1818

1919
ldflags = [
2020
"-s"

0 commit comments

Comments
 (0)