lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #11016 from rnhmjoj/imv

imv: add version in the package name

+1 -1
+1 -1
pkgs/applications/graphics/imv/default.nix
··· 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "imv"; 6 + name = "imv-${version}"; 7 7 version = "1.0.0"; 8 8 9 9 src = fetchFromGitHub {