mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
plymouth: unstable-2023-06-17 -> 23.356.9
Diff: https://gitlab.freedesktop.org/plymouth/plymouth/-/compare/unstable-2023-06-17...23.356.9
This commit is contained in:
parent
ea8bb2df93
commit
22214acb59
@ -20,7 +20,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "plymouth";
|
||||
version = "unstable-2023-06-17";
|
||||
version = "23.356.9";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
@ -28,8 +28,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "plymouth";
|
||||
repo = "plymouth";
|
||||
rev = "b1d5aa9d2a6033bba52cf63643e5878f8a9b68a0";
|
||||
hash = "sha256-8DXcwt8CZTni5Ma+I63LzNejlIB0Cr1ATA7Nl3z9z6I=";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-71QMhQqWpa4FID9vPEL2QuOaGxuk7+sXKRynCa1n2tw=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user