Skip to content

Commit f63a963

Browse files
authoredMar 19, 2025
diffoci: 0.1.5 -> 0.1.6 (#391296)
2 parents fdc4f79 + a256986 commit f63a963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/di/diffoci/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "diffoci";
12-
version = "0.1.5";
12+
version = "0.1.6";
1313

1414
src = fetchFromGitHub {
1515
owner = "reproducible-containers";
1616
repo = "diffoci";
1717
rev = "v${version}";
18-
hash = "sha256-ZVWnfg5uWYuqsNd4X6t1gWBGMfdcirSp7QZZDhqAfaI=";
18+
hash = "sha256-rCSLHlHUWS0wEnN8R2v1h+kQ7K62VQPfZmySHGSFZlQ=";
1919
};
2020

21-
vendorHash = "sha256-qb4HvK4UbJbtP/ypeptV/MMbhOu5UZDaGartq/RGpDM=";
21+
vendorHash = "sha256-udVigglpCgdYzJe9vdGZiQepZeOplQjqKB4Za8a+u6k=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)
Failed to load comments.