3
0
Fork 0
forked from mirrors/nixpkgs

aseprite: 1.3 -> 1.3.2

This commit is contained in:
R. Ryantm 2023-12-13 05:04:20 +00:00
parent 90c3374749
commit 90f6346162

View file

@ -14,14 +14,14 @@ let
in
stdenv.mkDerivation rec {
pname = "aseprite";
version = "1.3";
version = "1.3.2";
src = fetchFromGitHub {
owner = "aseprite";
repo = "aseprite";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-MSLStUmKAbGKFOQmUcRVrkjZCDglSjTmC6MGWJOCjKU=";
hash = "sha256-8PXqMDf2ATxmtFqyZlGip+DhGrdK8M6Ztte7fGH6Fmo=";
};
nativeBuildInputs = [