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.
2 parents 45f6ae8 + a0d3df3 commit 250397cCopy full SHA for 250397c
pkgs/by-name/so/sourcepawn-studio/package.nix
@@ -8,17 +8,17 @@
8
}:
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "sourcepawn-studio";
11
- version = "8.1.6";
+ version = "8.1.7";
12
13
src = fetchFromGitHub {
14
owner = "Sarrus1";
15
repo = "sourcepawn-studio";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-XDvVOY1BueavFe9pHMGLDZRaKbDq78xQAUMPVNKG04M=";
+ hash = "sha256-f7mBsBITBmgoGfiAzdQpZQnSY/9WYJ91uCJxCu755tU=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-o4mGOsoayR39gyV5Jit3ZEkdDllqNklfaHs0Oxw+tDc=";
+ cargoHash = "sha256-NQHetE5z8pgTtPjbc9PK3X4FEw7fL7n+ZGyzmQ5JBPM=";
22
23
nativeBuildInputs = [ pkg-config ];
24
0 commit comments