Skip to content

Commit 6ae005f

Browse files
dsearch: 0.0.7 -> 0.1.1 (NixOS#470644)
2 parents 02f5c34 + 249dabc commit 6ae005f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ds/dsearch/package.nix

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

99
buildGoModule (finalAttrs: {
1010
pname = "dsearch";
11-
version = "0.0.7";
11+
version = "0.1.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "AvengeMedia";
1515
repo = "danksearch";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-rtfymtzsxEuto1mOm8A5ubREJzXKCai6dw9Na1Fa21Q=";
17+
hash = "sha256-gU349UQcr6Cl23tPt1yHD7EcWM8Uw6HZmbeVXyLwGj0=";
1818
};
1919

20-
vendorHash = "sha256-65NFlAtix5ehyaRok3/0Z6+j6U7ccc0Kdye0KFepLLM=";
20+
vendorHash = "sha256-UGKcwrYQ+S1oC8lJ1EagU1Okfz/2ruj4bn/7APC2FWg=";
2121

2222
ldflags = [
2323
"-w"

0 commit comments

Comments
 (0)