Skip to content

Commit 5ca9074

Browse files
committed
debos: 1.1.5 -> 1.1.6
1 parent 3ee35cb commit 5ca9074

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/de/debos/package.nix

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

1414
buildGoModule (finalAttrs: {
1515
pname = "debos";
16-
version = "1.1.5";
16+
version = "1.1.6";
1717

1818
src = fetchFromGitHub {
1919
owner = "go-debos";
2020
repo = "debos";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-1Xv7r1uyISp1whALtFZWNQgTMH0swd/0+QdRCmXM4DQ=";
22+
hash = "sha256-/HeFJX3824enbqcQfzCvnP11ku5/f4+BV+JUBoLdX7w=";
2323
};
2424

25-
vendorHash = "sha256-FdcmitxGKzkHqFjllDGW24Lr8yrsYDBzuEDRco9CW14=";
25+
vendorHash = "sha256-+3PAqCOFtR8HC4uNNxH1cKk/qkD13zuydTsZte1mQ+c=";
2626

2727
nativeBuildInputs = [
2828
dpkg

0 commit comments

Comments
 (0)