Skip to content

Commit a0d3df3

Browse files
committed
sourcepawn-studio: 8.1.6 -> 8.1.7
1 parent 429b4bd commit a0d3df3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/so/sourcepawn-studio/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
}:
99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "sourcepawn-studio";
11-
version = "8.1.6";
11+
version = "8.1.7";
1212

1313
src = fetchFromGitHub {
1414
owner = "Sarrus1";
1515
repo = "sourcepawn-studio";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-XDvVOY1BueavFe9pHMGLDZRaKbDq78xQAUMPVNKG04M=";
17+
hash = "sha256-f7mBsBITBmgoGfiAzdQpZQnSY/9WYJ91uCJxCu755tU=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-o4mGOsoayR39gyV5Jit3ZEkdDllqNklfaHs0Oxw+tDc=";
21+
cargoHash = "sha256-NQHetE5z8pgTtPjbc9PK3X4FEw7fL7n+ZGyzmQ5JBPM=";
2222

2323
nativeBuildInputs = [ pkg-config ];
2424

0 commit comments

Comments
 (0)