mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
Merge pull request #304976 from r-ryantm/auto-update/pixelorama
pixelorama: 0.11.3 -> 0.11.4
This commit is contained in:
commit
1f3ac32a1e
@ -26,13 +26,13 @@ let
|
|||||||
else throw "unsupported platform";
|
else throw "unsupported platform";
|
||||||
in stdenv.mkDerivation (finalAttrs: {
|
in stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "pixelorama";
|
pname = "pixelorama";
|
||||||
version = "0.11.3";
|
version = "0.11.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Orama-Interactive";
|
owner = "Orama-Interactive";
|
||||||
repo = "Pixelorama";
|
repo = "Pixelorama";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
sha256 = "sha256-+bQRUTEJluhcs5P87It9/oJOzrCcNFzDJVpixoQKXQc=";
|
sha256 = "sha256-VEQjZ9kDqXz1hoT4PrsBtzoi1TYWyN+YcPMyf9qJMRE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user