We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee35cb commit 5ca9074Copy full SHA for 5ca9074
pkgs/by-name/de/debos/package.nix
@@ -13,16 +13,16 @@
13
14
buildGoModule (finalAttrs: {
15
pname = "debos";
16
- version = "1.1.5";
+ version = "1.1.6";
17
18
src = fetchFromGitHub {
19
owner = "go-debos";
20
repo = "debos";
21
tag = "v${finalAttrs.version}";
22
- hash = "sha256-1Xv7r1uyISp1whALtFZWNQgTMH0swd/0+QdRCmXM4DQ=";
+ hash = "sha256-/HeFJX3824enbqcQfzCvnP11ku5/f4+BV+JUBoLdX7w=";
23
};
24
25
- vendorHash = "sha256-FdcmitxGKzkHqFjllDGW24Lr8yrsYDBzuEDRco9CW14=";
+ vendorHash = "sha256-+3PAqCOFtR8HC4uNNxH1cKk/qkD13zuydTsZte1mQ+c=";
26
27
nativeBuildInputs = [
28
dpkg
0 commit comments