Merge pull request #225754 from markbeep/ramfetch

ramfetch: 1.1.0 -> 1.1.0a
This commit is contained in:
Bobby Rong 2023-04-14 20:15:15 +08:00 committed by GitHub
commit 7d6b09292d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ramfetch"; name = "ramfetch";
version = "1.1.0"; version = "1.1.0a";
src = fetchgit { src = fetchgit {
url = "https://codeberg.org/o69mar/ramfetch.git"; url = "https://codeberg.org/jahway603/ramfetch.git";
rev = "v${version}"; rev = version;
hash = "sha256-XUph+rTbw5LXWRq+OSKl0EjFac+MQAx3NBu4rWdWR3w="; hash = "sha256-sUreZ6zm+a1N77OZszjnpS4mmo5wL1dhNGVldJCGoag=";
}; };
dontBuild = true; dontBuild = true;
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A tool which displays memory information"; description = "A tool which displays memory information";
homepage = "https://codeberg.org/o69mar/ramfetch"; homepage = "https://codeberg.org/jahway603/ramfetch";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = [ lib.maintainers.markbeep ]; maintainers = [ lib.maintainers.markbeep ];