mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
openrgb: 1.0rc3 -> 1.0rc3.1 (#555930)
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "openrgb";
|
||||
version = "1.0rc3";
|
||||
version = "1.0rc3.1";
|
||||
|
||||
src = fetchFromCodeberg {
|
||||
owner = "OpenRGB";
|
||||
repo = "OpenRGB";
|
||||
tag = "release_candidate_${finalAttrs.version}";
|
||||
hash = "sha256-x7B3Ht9+JM+w/3qL5Ku08r05BBLrbuO5JBqP4fnJ0nc=";
|
||||
hash = "sha256-0HMF/Un78NqLyLUBAV3BKZKWGVxIH/a7ujC6P2wd1dA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user