elastic: 1.0.1 -> 1.0.2

This commit is contained in:
Michael Evans
2026-03-30 18:48:48 +02:00
parent 539904d021
commit 974bc0f749
+3 -2
View File
@@ -19,14 +19,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "elastic";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "elastic";
rev = finalAttrs.version;
hash = "sha256-ydRKkVYQ1f6Jlymej1Wzoppo6E0FEUvIfrfnDqLRcPY=";
hash = "sha256-zOqOAUbPjyVl/96oVBhsjBrSMGt+NEbraznNGu374dM=";
};
nativeBuildInputs = [
@@ -54,6 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Design spring animations";
homepage = "https://gitlab.gnome.org/World/elastic/";
changelog = "https://gitlab.gnome.org/World/elastic/-/releases/${finalAttrs.version}";
mainProgram = "app.drey.Elastic";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.unix;