mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
serd: 0.32.8 -> 0.32.10
Changes: https://drobilla.net/2026/06/08/serd-0-32-10.html
This commit is contained in:
parent
edba38736b
commit
09c2f24013
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "serd";
|
||||
version = "0.32.8";
|
||||
version = "0.32.10";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://download.drobilla.net/serd-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-9HJZvDi6VTsN64ttq2tbc9NjBGmnyUOczcqA4G18Hs4=";
|
||||
hash = "sha256-sOk7SeUvAaBJR1t4hu8UBAcRWjLTseXcX5UUHIgnXRw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue